ConversationDraftItemIds Property |
Gets the draft item ids.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemId> DraftItemIds { get; }Public ReadOnly Property DraftItemIds As IList(Of ItemId)
Get
Property Value
Type:
IListItemIdThe draft item ids.
See Also